home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
wordmisc
/
biblgic1
/
biblogic.pak
/
GOREAL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-07-02
|
1KB
|
27 lines
echo off
cls
if exist standard.bsu goto recon
echo 'GOREAL' has already been run on this installation.
echo Use the CONFIGURE option on the SETUP menu to examine the
echo current setup for the program.
goto end
:recon
echo This batch file will re-configure
echo BIBLOGIC to use the following files:
echo ------------------------------------
echo Database: DATABASE
echo Journal list: JOURNALS
echo Print format: PRINTFOR
echo ------------------------------------
del biblogic.bsu
rename standard.bsu biblogic.bsu
echo ***** WARNING *****
echo The "EXAMPLE" database, journal list
echo and print format will now be erased.
echo Type "<Ctrl C>Y" to stop without
echo deleting the examples or
pause
del \biblogic\example.*
:end